[INFO] cloning repository https://github.com/graphgate/graphgate
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/graphgate/graphgate" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgraphgate%2Fgraphgate", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgraphgate%2Fgraphgate'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 66df325de064def3d2841e2142ce963d7052fd1e
[INFO] fixing graphgate/graphgate against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgraphgate%2Fgraphgate" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/graphgate/graphgate
[INFO] finished tweaking git repo https://github.com/graphgate/graphgate
[INFO] tweaked toml for git repo https://github.com/graphgate/graphgate written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/graphgate/graphgate on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/graphgate/graphgate already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 08b286064cdd1de283f4e5b7eb8da8f271fd3e49ba0307115c7996c6f6c3b386
[INFO] running `Command { std: "docker" "start" "08b286064cdd1de283f4e5b7eb8da8f271fd3e49ba0307115c7996c6f6c3b386", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "08b286064cdd1de283f4e5b7eb8da8f271fd3e49ba0307115c7996c6f6c3b386" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "08b286064cdd1de283f4e5b7eb8da8f271fd3e49ba0307115c7996c6f6c3b386", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "08b286064cdd1de283f4e5b7eb8da8f271fd3e49ba0307115c7996c6f6c3b386" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating crates/handler/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/planner/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/schema/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/validation/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling libc v0.2.170
[INFO] [stderr]     Checking log v0.4.26
[INFO] [stderr]     Checking once_cell v1.21.0
[INFO] [stderr]     Checking smallvec v1.14.0
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling quote v1.0.39
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling cc v1.2.16
[INFO] [stderr]    Compiling zerocopy v0.8.23
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]     Checking data-encoding v2.8.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.14
[INFO] [stderr]     Checking ordered-float v3.9.2
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling rustix v1.0.2
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling winnow v0.7.3
[INFO] [stderr]    Compiling multer v2.1.0
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking rustls-pki-types v1.11.0
[INFO] [stderr]     Checking linux-raw-sys v0.9.2
[INFO] [stderr]    Compiling time-core v0.1.3
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking miniz_oxide v0.8.5
[INFO] [stderr]     Checking brotli-decompressor v4.0.2
[INFO] [stderr]    Compiling time-macros v0.2.20
[INFO] [stderr]     Checking pem v3.0.5
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking ordered-float v2.10.1
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking ascii_utils v0.9.3
[INFO] [stderr]     Checking pretty_assertions v1.4.1
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking fast_chemail v0.9.6
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking flate2 v1.1.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking futures-timer v3.0.3
[INFO] [stderr]    Compiling rustls v0.23.23
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking brotli v7.0.0
[INFO] [stderr]     Checking static_assertions_next v1.1.2
[INFO] [stderr]    Compiling ring v0.17.13
[INFO] [stderr]     Checking clap_builder v4.5.32
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling k8s-openapi v0.23.0
[INFO] [stderr]     Checking dyn-clone v1.0.19
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling protobuf v2.28.0
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking rustls-native-certs v0.8.1
[INFO] [stderr]     Checking time v0.3.39
[INFO] [stderr]    Compiling prometheus v0.13.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking integer-encoding v3.0.4
[INFO] [stderr]     Checking home v0.5.11
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking bstr v1.11.3
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking thrift v0.17.0
[INFO] [stderr]     Checking tempfile v3.18.0
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking globset v0.4.16
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling test-case-core v3.3.1
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling async-trait v0.1.87
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking rustls-webpki v0.102.8
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling serial_test_derive v2.0.0
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]    Compiling test-case-macros v3.3.1
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]     Checking pest v2.7.15
[INFO] [stderr]     Checking simple_asn1 v0.6.3
[INFO] [stderr]     Checking test-case v3.3.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking clap v4.5.32
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]    Compiling pest_meta v2.7.15
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking opentelemetry_api v0.20.0
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]    Compiling pest_generator v2.7.15
[INFO] [stderr]     Checking serial_test v2.0.0
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]    Compiling pest_derive v2.7.15
[INFO] [stderr]     Checking bytes v1.10.1
[INFO] [stderr]     Checking indexmap v2.8.0
[INFO] [stderr]     Checking chrono v0.4.40
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde-value v0.7.0
[INFO] [stderr]     Checking secrecy v0.8.0
[INFO] [stderr]     Checking serde_spanned v0.6.8
[INFO] [stderr]     Checking toml_datetime v0.6.8
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking tokio v1.44.0
[INFO] [stderr]     Checking http v1.2.0
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking toml_edit v0.22.24
[INFO] [stderr]     Checking async-graphql-value v7.0.15
[INFO] [stderr]     Checking handlebars v5.1.2
[INFO] [stderr]     Checking jsonwebtoken v9.3.1
[INFO] [stderr]     Checking jsonpath-rust v0.5.1
[INFO] [stderr]     Checking async-graphql-parser v7.0.15
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking headers-core v0.2.0
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking headers v0.3.9
[INFO] [stderr]     Checking tower-http v0.5.2
[INFO] [stderr]    Compiling kube-derive v0.95.0
[INFO] [stderr]     Checking tungstenite v0.21.0
[INFO] [stderr]     Checking tungstenite v0.20.1
[INFO] [stderr]     Checking graphgate-schema v0.7.0 (/opt/rustwide/workdir/crates/schema)
[INFO] [stderr]    Migrating crates/schema/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking toml v0.8.20
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/schema/src/composed_schema.rs:373:70
[INFO] [stdout]     |
[INFO] [stdout] 322 |           for (service, doc) in sorted_services {
[INFO] [stdout]     |                         ---     ---------------
[INFO] [stdout]     |                         |       |
[INFO] [stdout]     |                         |       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                         |       `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         `doc` calls a custom destructor
[INFO] [stdout]     |                         `doc` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 327 | /                     original_type_definitions
[INFO] [stdout] 328 | |                         .entry(type_name)
[INFO] [stdout] 329 | |                         .or_insert_with(HashMap::new)
[INFO] [stdout] 330 | |                         .insert(service.clone(), type_definition.clone());
[INFO] [stdout]     | |                                                                         -
[INFO] [stdout]     | |                                                                         |
[INFO] [stdout]     | |_________________________________________________________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                                                           `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 335 |               for definition in doc.definitions {
[INFO] [stdout]     |                   ----------    ---------------
[INFO] [stdout]     |                   |             |
[INFO] [stdout]     |                   |             `iter` calls a custom destructor
[INFO] [stdout]     |                   |             `iter` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   |             this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   |             `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   `definition` calls a custom destructor
[INFO] [stdout]     |                   `definition` will be dropped later as of Edition 2024
[INFO] [stdout] 336 |                   match definition {
[INFO] [stdout] 337 |                       TypeSystemDefinition::Type(type_definition) => {
[INFO] [stdout]     |                                                  ---------------
[INFO] [stdout]     |                                                  |
[INFO] [stdout]     |                                                  `type_definition` calls a custom destructor
[INFO] [stdout]     |                                                  `type_definition` will be dropped later as of Edition 2024
[INFO] [stdout] 338 |                           if let types::TypeKind::Object(ObjectType { implements, fields }) = type_definition.node.kind {
[INFO] [stdout]     |                                                                                   ------
[INFO] [stdout]     |                                                                                   |
[INFO] [stdout]     |                                                                                   `fields` calls a custom destructor
[INFO] [stdout]     |                                                                                   `fields` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 364 |                               for directive in type_definition.node.directives {
[INFO] [stdout]     |                                   ---------    -------------------------------
[INFO] [stdout]     |                                   |            |
[INFO] [stdout]     |                                   |            this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                   |            `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                   |            this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                   |            `#5` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                   `directive` calls a custom destructor
[INFO] [stdout]     |                                   `directive` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 373 |                                           if let Some(selection_set) = parse_fields(fields.node)
[INFO] [stdout]     |  _____________________________________________________-------------____^
[INFO] [stdout]     |  _____________________________________________________|________________|
[INFO] [stdout]     | |                                                     |
[INFO] [stdout]     | |                                                     `selection_set` calls a custom destructor
[INFO] [stdout]     | |                                                     `selection_set` will be dropped later as of Edition 2024
[INFO] [stdout] 374 | |                                             .map(|selection_set| Positioned::new(selection_set, directive.pos))
[INFO] [stdout]     | |                                                                                                               ^
[INFO] [stdout]     | |_______________________________________________________________________________________________________________|
[INFO] [stdout]     | |_______________________________________________________________________________________________________________this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                                                                                                 up until Edition 2021 `#10` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 382 | |                                     }
[INFO] [stdout]     | |                                     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...   |
[INFO] [stdout] 486 | |                             for field in fields.clone() {
[INFO] [stdout]     | |                                 -----    --------------
[INFO] [stdout]     | |                                 |        |
[INFO] [stdout]     | |                                 |        this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     | |                                 |        `#6` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                 |        this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     | |                                 |        `#7` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                 `field` calls a custom destructor
[INFO] [stdout]     | |                                 `field` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 577 | |                                     let new_field = convert_field_definition(field.node.clone());
[INFO] [stdout]     | |                                         ---------
[INFO] [stdout]     | |                                         |
[INFO] [stdout]     | |                                         `new_field` calls a custom destructor
[INFO] [stdout]     | |                                         `new_field` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 755 | |                                 meta_type.fields.insert(meta_field.name.clone(), meta_field);
[INFO] [stdout]     | |                                 ------------------------------------------------------------
[INFO] [stdout]     | |                                 |
[INFO] [stdout]     | |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     | |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 760 | |                             let directives = type_definition.node.directives.clone();
[INFO] [stdout]     | |                                 ----------
[INFO] [stdout]     | |                                 |
[INFO] [stdout]     | |                                 `directives` calls a custom destructor
[INFO] [stdout]     | |                                 `directives` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 768 | |                             let meta_type = convert_type_definition(type_definition.node);
[INFO] [stdout]     | |                                 ---------
[INFO] [stdout]     | |                                 |
[INFO] [stdout]     | |                                 `meta_type` calls a custom destructor
[INFO] [stdout]     | |                                 `meta_type` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 843 | /                                 composed_schema
[INFO] [stdout] 844 | |                                     .types
[INFO] [stdout] 845 | |                                     .insert(type_to_insert.name.clone(), type_to_insert);
[INFO] [stdout]     | |                                                                                        -
[INFO] [stdout]     | |________________________________________________________________________________________|
[INFO] [stdout]     | |________________________________________________________________________________________this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                                                                          `#9` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 849 | |                     TypeSystemDefinition::Schema(_schema_definition) => {},
[INFO] [stdout]     | |                                                  ------------------
[INFO] [stdout]     | |                                                  |
[INFO] [stdout]     | |                                                  `_schema_definition` calls a custom destructor
[INFO] [stdout]     | |                                                  `_schema_definition` will be dropped later as of Edition 2024
[INFO] [stdout] 850 | |                     TypeSystemDefinition::Directive(_directive_definition) => {},
[INFO] [stdout]     | |                                                     ---------------------
[INFO] [stdout]     | |                                                     |
[INFO] [stdout]     | |                                                     `_directive_definition` calls a custom destructor
[INFO] [stdout]     | |                                                     `_directive_definition` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `doc` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `iter` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `definition` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `type_definition` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `fields` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `directive` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `selection_set` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `new_field` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `directives` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `meta_type` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `_schema_definition` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `_directive_definition` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/schema/src/composed_schema.rs:1163:25
[INFO] [stdout]      |
[INFO] [stdout] 1148 |     for directive in definition.directives {
[INFO] [stdout]      |         ---------    ---------------------
[INFO] [stdout]      |         |            |
[INFO] [stdout]      |         |            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |         |            `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |         `directive` calls a custom destructor
[INFO] [stdout]      |         `directive` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1162 |                     if let Some(selection_set) =
[INFO] [stdout]      |                                 -------------
[INFO] [stdout]      |                                 |
[INFO] [stdout]      |                                 `selection_set` calls a custom destructor
[INFO] [stdout]      |                                 `selection_set` will be dropped later as of Edition 2024
[INFO] [stdout] 1163 |                         parse_fields(fields.node).map(|selection_set| Positioned::new(selection_set, directive.pos))
[INFO] [stdout]      |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                         |
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                         up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1171 |                 }
[INFO] [stdout]      |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `directive` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `selection_set` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/schema/src/composed_schema.rs:1206:21
[INFO] [stdout]      |
[INFO] [stdout] 1205 |                 if let Some(selection_set) =
[INFO] [stdout]      |                             -------------
[INFO] [stdout]      |                             |
[INFO] [stdout]      |                             `selection_set` calls a custom destructor
[INFO] [stdout]      |                             `selection_set` will be dropped later as of Edition 2024
[INFO] [stdout] 1206 |                     parse_fields(fields.node).map(|selection_set| Positioned::new(selection_set, directive.pos))
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1214 |             }
[INFO] [stdout]      |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `selection_set` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/schema/src/composed_schema.rs:1280:25
[INFO] [stdout]      |
[INFO] [stdout] 1270 |     for directive in definition.directives {
[INFO] [stdout]      |         ---------    ---------------------
[INFO] [stdout]      |         |            |
[INFO] [stdout]      |         |            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |         |            `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |         `directive` calls a custom destructor
[INFO] [stdout]      |         `directive` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1279 |                     if let Some(selection_set) =
[INFO] [stdout]      |                                 -------------
[INFO] [stdout]      |                                 |
[INFO] [stdout]      |                                 `selection_set` calls a custom destructor
[INFO] [stdout]      |                                 `selection_set` will be dropped later as of Edition 2024
[INFO] [stdout] 1280 |                         parse_fields(fields.node).map(|selection_set| Positioned::new(selection_set, directive.pos))
[INFO] [stdout]      |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                         |
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                         up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1284 |                 }
[INFO] [stdout]      |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 1288 |                     if let Some(selection_set) =
[INFO] [stdout]      |                                 -------------
[INFO] [stdout]      |                                 |
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `directive` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `selection_set` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/schema/src/composed_schema.rs:1289:25
[INFO] [stdout]      |
[INFO] [stdout] 1270 |     for directive in definition.directives {
[INFO] [stdout]      |         ---------    ---------------------
[INFO] [stdout]      |         |            |
[INFO] [stdout]      |         |            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |         |            `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |         `directive` calls a custom destructor
[INFO] [stdout]      |         `directive` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1279 |                     if let Some(selection_set) =
[INFO] [stdout]      |                                 -------------
[INFO] [stdout]      |                                 |
[INFO] [stdout]      |                                 `selection_set` calls a custom destructor
[INFO] [stdout]      |                                 `selection_set` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1288 |                     if let Some(selection_set) =
[INFO] [stdout]      |                                 -------------
[INFO] [stdout]      |                                 |
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 1289 |                         parse_fields(fields.node).map(|selection_set| Positioned::new(selection_set, directive.pos))
[INFO] [stdout]      |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                         |
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                         up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1293 |                 }
[INFO] [stdout]      |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `directive` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `selection_set` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/schema/src/composed_schema.rs:373:70
[INFO] [stdout]     |
[INFO] [stdout] 322 |           for (service, doc) in sorted_services {
[INFO] [stdout]     |                         ---     ---------------
[INFO] [stdout]     |                         |       |
[INFO] [stdout]     |                         |       this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                         |       `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         `doc` calls a custom destructor
[INFO] [stdout]     |                         `doc` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 327 | /                     original_type_definitions
[INFO] [stdout] 328 | |                         .entry(type_name)
[INFO] [stdout] 329 | |                         .or_insert_with(HashMap::new)
[INFO] [stdout] 330 | |                         .insert(service.clone(), type_definition.clone());
[INFO] [stdout]     | |                                                                         -
[INFO] [stdout]     | |                                                                         |
[INFO] [stdout]     | |_________________________________________________________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                                                           `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 335 |               for definition in doc.definitions {
[INFO] [stdout]     |                   ----------    ---------------
[INFO] [stdout]     |                   |             |
[INFO] [stdout]     |                   |             `iter` calls a custom destructor
[INFO] [stdout]     |                   |             `iter` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   |             this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   |             `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   `definition` calls a custom destructor
[INFO] [stdout]     |                   `definition` will be dropped later as of Edition 2024
[INFO] [stdout] 336 |                   match definition {
[INFO] [stdout] 337 |                       TypeSystemDefinition::Type(type_definition) => {
[INFO] [stdout]     |                                                  ---------------
[INFO] [stdout]     |                                                  |
[INFO] [stdout]     |                                                  `type_definition` calls a custom destructor
[INFO] [stdout]     |                                                  `type_definition` will be dropped later as of Edition 2024
[INFO] [stdout] 338 |                           if let types::TypeKind::Object(ObjectType { implements, fields }) = type_definition.node.kind {
[INFO] [stdout]     |                                                                                   ------
[INFO] [stdout]     |                                                                                   |
[INFO] [stdout]     |                                                                                   `fields` calls a custom destructor
[INFO] [stdout]     |                                                                                   `fields` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 364 |                               for directive in type_definition.node.directives {
[INFO] [stdout]     |                                   ---------    -------------------------------
[INFO] [stdout]     |                                   |            |
[INFO] [stdout]     |                                   |            this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                   |            `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                   |            this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                   |            `#5` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                   `directive` calls a custom destructor
[INFO] [stdout]     |                                   `directive` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 373 |                                           if let Some(selection_set) = parse_fields(fields.node)
[INFO] [stdout]     |  _____________________________________________________-------------____^
[INFO] [stdout]     |  _____________________________________________________|________________|
[INFO] [stdout]     | |                                                     |
[INFO] [stdout]     | |                                                     `selection_set` calls a custom destructor
[INFO] [stdout]     | |                                                     `selection_set` will be dropped later as of Edition 2024
[INFO] [stdout] 374 | |                                             .map(|selection_set| Positioned::new(selection_set, directive.pos))
[INFO] [stdout]     | |                                                                                                               ^
[INFO] [stdout]     | |_______________________________________________________________________________________________________________|
[INFO] [stdout]     | |_______________________________________________________________________________________________________________this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                                                                                                                 up until Edition 2021 `#10` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 382 | |                                     }
[INFO] [stdout]     | |                                     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...   |
[INFO] [stdout] 486 | |                             for field in fields.clone() {
[INFO] [stdout]     | |                                 -----    --------------
[INFO] [stdout]     | |                                 |        |
[INFO] [stdout]     | |                                 |        this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     | |                                 |        `#6` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                 |        this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     | |                                 |        `#7` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                 `field` calls a custom destructor
[INFO] [stdout]     | |                                 `field` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 577 | |                                     let new_field = convert_field_definition(field.node.clone());
[INFO] [stdout]     | |                                         ---------
[INFO] [stdout]     | |                                         |
[INFO] [stdout]     | |                                         `new_field` calls a custom destructor
[INFO] [stdout]     | |                                         `new_field` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 755 | |                                 meta_type.fields.insert(meta_field.name.clone(), meta_field);
[INFO] [stdout]     | |                                 ------------------------------------------------------------
[INFO] [stdout]     | |                                 |
[INFO] [stdout]     | |                                 this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     | |                                 `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 760 | |                             let directives = type_definition.node.directives.clone();
[INFO] [stdout]     | |                                 ----------
[INFO] [stdout]     | |                                 |
[INFO] [stdout]     | |                                 `directives` calls a custom destructor
[INFO] [stdout]     | |                                 `directives` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 768 | |                             let meta_type = convert_type_definition(type_definition.node);
[INFO] [stdout]     | |                                 ---------
[INFO] [stdout]     | |                                 |
[INFO] [stdout]     | |                                 `meta_type` calls a custom destructor
[INFO] [stdout]     | |                                 `meta_type` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 843 | /                                 composed_schema
[INFO] [stdout] 844 | |                                     .types
[INFO] [stdout] 845 | |                                     .insert(type_to_insert.name.clone(), type_to_insert);
[INFO] [stdout]     | |                                                                                        -
[INFO] [stdout]     | |________________________________________________________________________________________|
[INFO] [stdout]     | |________________________________________________________________________________________this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                                                                          `#9` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 849 | |                     TypeSystemDefinition::Schema(_schema_definition) => {},
[INFO] [stdout]     | |                                                  ------------------
[INFO] [stdout]     | |                                                  |
[INFO] [stdout]     | |                                                  `_schema_definition` calls a custom destructor
[INFO] [stdout]     | |                                                  `_schema_definition` will be dropped later as of Edition 2024
[INFO] [stdout] 850 | |                     TypeSystemDefinition::Directive(_directive_definition) => {},
[INFO] [stdout]     | |                                                     ---------------------
[INFO] [stdout]     | |                                                     |
[INFO] [stdout]     | |                                                     `_directive_definition` calls a custom destructor
[INFO] [stdout]     | |                                                     `_directive_definition` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `doc` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `iter` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `definition` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `type_definition` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `fields` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `directive` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `selection_set` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `field` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `new_field` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `directives` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `meta_type` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `_schema_definition` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `_directive_definition` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/schema/src/composed_schema.rs:1163:25
[INFO] [stdout]      |
[INFO] [stdout] 1148 |     for directive in definition.directives {
[INFO] [stdout]      |         ---------    ---------------------
[INFO] [stdout]      |         |            |
[INFO] [stdout]      |         |            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |         |            `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |         `directive` calls a custom destructor
[INFO] [stdout]      |         `directive` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1162 |                     if let Some(selection_set) =
[INFO] [stdout]      |                                 -------------
[INFO] [stdout]      |                                 |
[INFO] [stdout]      |                                 `selection_set` calls a custom destructor
[INFO] [stdout]      |                                 `selection_set` will be dropped later as of Edition 2024
[INFO] [stdout] 1163 |                         parse_fields(fields.node).map(|selection_set| Positioned::new(selection_set, directive.pos))
[INFO] [stdout]      |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                         |
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                         up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1171 |                 }
[INFO] [stdout]      |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `directive` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `selection_set` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/schema/src/composed_schema.rs:1206:21
[INFO] [stdout]      |
[INFO] [stdout] 1205 |                 if let Some(selection_set) =
[INFO] [stdout]      |                             -------------
[INFO] [stdout]      |                             |
[INFO] [stdout]      |                             `selection_set` calls a custom destructor
[INFO] [stdout]      |                             `selection_set` will be dropped later as of Edition 2024
[INFO] [stdout] 1206 |                     parse_fields(fields.node).map(|selection_set| Positioned::new(selection_set, directive.pos))
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                     up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1214 |             }
[INFO] [stdout]      |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `selection_set` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/schema/src/composed_schema.rs:1280:25
[INFO] [stdout]      |
[INFO] [stdout] 1270 |     for directive in definition.directives {
[INFO] [stdout]      |         ---------    ---------------------
[INFO] [stdout]      |         |            |
[INFO] [stdout]      |         |            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |         |            `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |         `directive` calls a custom destructor
[INFO] [stdout]      |         `directive` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1279 |                     if let Some(selection_set) =
[INFO] [stdout]      |                                 -------------
[INFO] [stdout]      |                                 |
[INFO] [stdout]      |                                 `selection_set` calls a custom destructor
[INFO] [stdout]      |                                 `selection_set` will be dropped later as of Edition 2024
[INFO] [stdout] 1280 |                         parse_fields(fields.node).map(|selection_set| Positioned::new(selection_set, directive.pos))
[INFO] [stdout]      |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                         |
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                         up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1284 |                 }
[INFO] [stdout]      |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 1288 |                     if let Some(selection_set) =
[INFO] [stdout]      |                                 -------------
[INFO] [stdout]      |                                 |
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `directive` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `selection_set` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking graphgate-validation v0.7.0 (/opt/rustwide/workdir/crates/validation)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> crates/schema/src/composed_schema.rs:1289:25
[INFO] [stdout]      |
[INFO] [stdout] 1270 |     for directive in definition.directives {
[INFO] [stdout]      |         ---------    ---------------------
[INFO] [stdout]      |         |            |
[INFO] [stdout]      |         |            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |         |            `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |         `directive` calls a custom destructor
[INFO] [stdout]      |         `directive` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1279 |                     if let Some(selection_set) =
[INFO] [stdout]      |                                 -------------
[INFO] [stdout]      |                                 |
[INFO] [stdout]      |                                 `selection_set` calls a custom destructor
[INFO] [stdout]      |                                 `selection_set` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1288 |                     if let Some(selection_set) =
[INFO] [stdout]      |                                 -------------
[INFO] [stdout]      |                                 |
[INFO] [stdout]      |                                 this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                                 `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 1289 |                         parse_fields(fields.node).map(|selection_set| Positioned::new(selection_set, directive.pos))
[INFO] [stdout]      |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                         |
[INFO] [stdout]      |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                         up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1293 |                 }
[INFO] [stdout]      |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `directive` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `selection_set` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]      |
[INFO] [stdout]  684 | impl Drop for Bytes {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating crates/validation/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/schema/tests/federation_compatibility_test.rs from 2021 edition to 2024
[INFO] [stderr]     Checking graphgate-planner v0.7.0 (/opt/rustwide/workdir/crates/planner)
[INFO] [stderr]    Compiling async-graphql-derive v7.0.15
[INFO] [stderr]     Checking tokio-util v0.7.13
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking tokio-rustls v0.24.1
[INFO] [stderr]     Checking tokio-tungstenite v0.21.0
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]     Checking async-compression v0.4.20
[INFO] [stderr]     Checking opentelemetry_sdk v0.20.0
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]        Fixed crates/validation/src/test_harness.rs (2 fixes)
[INFO] [stderr]    Migrating crates/schema/tests/schema_combine_test.rs from 2021 edition to 2024
[INFO] [stderr]     Checking tokio-tungstenite v0.20.1
[INFO] [stderr]     Checking tokio-rustls v0.26.2
[INFO] [stderr]    Migrating crates/schema/tests/link_directive_test.rs from 2021 edition to 2024
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]    Migrating crates/schema/tests/entity_references_test.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/schema/tests/field_sharing_test.rs from 2021 edition to 2024
[INFO] [stderr]     Checking hyper-util v0.1.10
[INFO] [stderr]    Migrating crates/schema/tests/tag_directive_test.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/schema/tests/datetime_conflict_test.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/planner/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking opentelemetry v0.20.0
[INFO] [stderr]     Checking opentelemetry-prometheus v0.13.0
[INFO] [stderr]     Checking opentelemetry-semantic-conventions v0.12.0
[INFO] [stderr]     Checking opentelemetry-jaeger v0.19.0
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking hyper-rustls v0.27.5
[INFO] [stderr]    Migrating crates/validation/tests/validation_rules_test.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/planner/tests/planner_execution_test.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/planner/tests/structured_test_runner.rs from 2021 edition to 2024
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking async-graphql v7.0.15
[INFO] [stderr]     Checking kube-core v0.95.0
[INFO] [stderr]     Checking kube-client v0.95.0
[INFO] [stderr]     Checking warp v0.3.7
[INFO] [stderr]     Checking hyper-rustls v0.24.2
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stderr]     Checking kube v0.95.0
[INFO] [stderr]     Checking graphgate-handler v0.7.0 (/opt/rustwide/workdir/crates/handler)
[INFO] [stderr]     Checking async-graphql-warp v7.0.15
[INFO] [stderr]    Migrating crates/handler/src/lib.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/handler/src/executor.rs:151:25
[INFO] [stdout]     |
[INFO] [stdout] 151 | /                         async_stream::stream! {
[INFO] [stdout] 152 | |                             while let Some(response) = stream.recv().await {
[INFO] [stdout]     | |                                                        -------------------
[INFO] [stdout]     | |                                                        |             |
[INFO] [stdout]     | |                                                        |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     | |                                                        |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                                        `__awaitee` calls a custom destructor
[INFO] [stdout]     | |                                                        `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] 153 | |                                 if let Some(flatten_node) = flatten_node {
[INFO] [stdout] 154 | |                                     *self.resp.lock().await = response;
[INFO] [stdout]     | |                                      ----------------------
[INFO] [stdout]     | |                                      |                |
[INFO] [stdout]     | |                                      |                this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |                                      |                `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                      this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     | |                                      `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                      this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     | |                                      `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 157 | |                                     self.execute_node(&fetcher, flatten_node).with_context(cx).await;
[INFO] [stdout]     | |                                     ----------------------------------------------------------------
[INFO] [stdout]     | |                                     |
[INFO] [stdout]     | |                                     this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     | |                                     `#5` will be dropped later as of Edition 2024
[INFO] [stdout] 158 | |
[INFO] [stdout] 159 | |                                     yield std::mem::take(&mut *self.resp.lock().await);
[INFO] [stdout]     | |                                                                ----------------------
[INFO] [stdout]     | |                                                                |                |
[INFO] [stdout]     | |                                                                |                this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     | |                                                                |                up until Edition 2021 `#12` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                                                                |                this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     | |                                                                |                `#7` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                                                this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     | |                                                                up until Edition 2021 `#11` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                                                                this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     | |                                                                `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 164 | |                         }
[INFO] [stdout]     | |                         ^
[INFO] [stdout]     | |                         |
[INFO] [stdout]     | |                         this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     | |                         up until Edition 2021 `#10` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                         this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     | |                         `#8` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                         this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     | |_________________________`#9` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/sync/mutex.rs:963:1
[INFO] [stdout]     |
[INFO] [stdout] 963 | impl<T: ?Sized> Drop for MutexGuard<'_, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/sync/mutex.rs:963:1
[INFO] [stdout]     |
[INFO] [stdout] 963 | impl<T: ?Sized> Drop for MutexGuard<'_, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/sync/mutex.rs:963:1
[INFO] [stdout]     |
[INFO] [stdout] 963 | impl<T: ?Sized> Drop for MutexGuard<'_, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/sync/mutex.rs:963:1
[INFO] [stdout]     |
[INFO] [stdout] 963 | impl<T: ?Sized> Drop for MutexGuard<'_, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `async_stream::stream` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/handler/src/executor.rs:151:25
[INFO] [stdout]     |
[INFO] [stdout] 151 | /                         async_stream::stream! {
[INFO] [stdout] 152 | |                             while let Some(response) = stream.recv().await {
[INFO] [stdout]     | |                                                        -------------------
[INFO] [stdout]     | |                                                        |             |
[INFO] [stdout]     | |                                                        |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     | |                                                        |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                                        `__awaitee` calls a custom destructor
[INFO] [stdout]     | |                                                        `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] 153 | |                                 if let Some(flatten_node) = flatten_node {
[INFO] [stdout] 154 | |                                     *self.resp.lock().await = response;
[INFO] [stdout]     | |                                      ----------------------
[INFO] [stdout]     | |                                      |                |
[INFO] [stdout]     | |                                      |                this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |                                      |                `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                      this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     | |                                      `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                      this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     | |                                      `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 157 | |                                     self.execute_node(&fetcher, flatten_node).with_context(cx).await;
[INFO] [stdout]     | |                                     ----------------------------------------------------------------
[INFO] [stdout]     | |                                     |
[INFO] [stdout]     | |                                     this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     | |                                     `#5` will be dropped later as of Edition 2024
[INFO] [stdout] 158 | |
[INFO] [stdout] 159 | |                                     yield std::mem::take(&mut *self.resp.lock().await);
[INFO] [stdout]     | |                                                                ----------------------
[INFO] [stdout]     | |                                                                |                |
[INFO] [stdout]     | |                                                                |                this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     | |                                                                |                `#7` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                                                this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     | |                                                                `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 164 | |                         }
[INFO] [stdout]     | |                         ^
[INFO] [stdout]     | |                         |
[INFO] [stdout]     | |                         this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     | |                         up until Edition 2021 `#10` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                         this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     | |                         `#8` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                         this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     | |_________________________`#9` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/sync/mutex.rs:963:1
[INFO] [stdout]     |
[INFO] [stdout] 963 | impl<T: ?Sized> Drop for MutexGuard<'_, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/sync/mutex.rs:963:1
[INFO] [stdout]     |
[INFO] [stdout] 963 | impl<T: ?Sized> Drop for MutexGuard<'_, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/sync/mutex.rs:963:1
[INFO] [stdout]     |
[INFO] [stdout] 963 | impl<T: ?Sized> Drop for MutexGuard<'_, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `async_stream::stream` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/handler/src/executor.rs:152:56
[INFO] [stdout]     |
[INFO] [stdout] 151 | /                         async_stream::stream! {
[INFO] [stdout] 152 | |                             while let Some(response) = stream.recv().await {
[INFO] [stdout]     | |                                                        ^^^^^^^^^^^^^^-----
[INFO] [stdout]     | |                                                        |             |
[INFO] [stdout]     | |                                                        |             this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     | |                                                        |             up until Edition 2021 `#12` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                                                        |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     | |                                                        |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                                        this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     | |                                                        up until Edition 2021 `#11` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                                                        `__awaitee` calls a custom destructor
[INFO] [stdout]     | |                                                        `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] 153 | |                                 if let Some(flatten_node) = flatten_node {
[INFO] [stdout] 154 | |                                     *self.resp.lock().await = response;
[INFO] [stdout]     | |                                      ----------------------   --------
[INFO] [stdout]     | |                                      |                |       |
[INFO] [stdout]     | |                                      |                |       this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     | |                                      |                |       `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                      |                this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     | |                                      |                `#5` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                      this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     | |                                      `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                      this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |                                      `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 157 | |                                     self.execute_node(&fetcher, flatten_node).with_context(cx).await;
[INFO] [stdout]     | |                                     ----------------------------------------------------------------
[INFO] [stdout]     | |                                     |
[INFO] [stdout]     | |                                     this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     | |                                     `#6` will be dropped later as of Edition 2024
[INFO] [stdout] 158 | |
[INFO] [stdout] 159 | |                                     yield std::mem::take(&mut *self.resp.lock().await);
[INFO] [stdout]     | |                                                                ----------------------
[INFO] [stdout]     | |                                                                |                |
[INFO] [stdout]     | |                                                                |                this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     | |                                                                |                `#8` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                                                this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     | |                                                                `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 163 | |                             }
[INFO] [stdout]     | |                             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] 164 | |                         }
[INFO] [stdout]     | |                         -
[INFO] [stdout]     | |                         |
[INFO] [stdout]     | |                         this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     | |                         `#9` will be dropped later as of Edition 2024
[INFO] [stdout]     | |_________________________this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                           `#10` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/sync/mutex.rs:963:1
[INFO] [stdout]     |
[INFO] [stdout] 963 | impl<T: ?Sized> Drop for MutexGuard<'_, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/sync/mutex.rs:963:1
[INFO] [stdout]     |
[INFO] [stdout] 963 | impl<T: ?Sized> Drop for MutexGuard<'_, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#6` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/sync/mutex.rs:963:1
[INFO] [stdout]     |
[INFO] [stdout] 963 | impl<T: ?Sized> Drop for MutexGuard<'_, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/handler/src/executor.rs:124:26
[INFO] [stdout]     |
[INFO] [stdout] 101 |                         let (tx, rx) = mpsc::unbounded_channel();
[INFO] [stdout]     |                              --
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              `tx` calls a custom destructor
[INFO] [stdout]     |                              `tx` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 124 |                         .await
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 144 |                     }
[INFO] [stdout]     |                     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/error.rs:663:1
[INFO] [stdout]     |
[INFO] [stdout] 663 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/mod.rs:575:1
[INFO] [stdout]     |
[INFO] [stdout] 575 | impl<Fut> Drop for FuturesUnordered<Fut> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `tx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/handler/src/executor.rs:124:26
[INFO] [stdout]     |
[INFO] [stdout] 101 |                         let (tx, rx) = mpsc::unbounded_channel();
[INFO] [stdout]     |                              --  --
[INFO] [stdout]     |                              |   |
[INFO] [stdout]     |                              |   `rx` calls a custom destructor
[INFO] [stdout]     |                              |   `rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |                              `tx` calls a custom destructor
[INFO] [stdout]     |                              `tx` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 124 |                         .await
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 144 |                     }
[INFO] [stdout]     |                     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/error.rs:663:1
[INFO] [stdout]     |
[INFO] [stdout] 663 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/mod.rs:575:1
[INFO] [stdout]     |
[INFO] [stdout] 575 | impl<Fut> Drop for FuturesUnordered<Fut> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `tx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/handler/src/executor.rs:252:10
[INFO] [stdout]     |
[INFO] [stdout] 218 |         let tracer = global::tracer("graphql");
[INFO] [stdout]     |             ------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `tracer` calls a custom destructor
[INFO] [stdout]     |             `tracer` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 252 |         .await
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout]     |          |
[INFO] [stdout]     |          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 253 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/error.rs:663:1
[INFO] [stdout]     |
[INFO] [stdout] 663 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `tracer` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/handler/src/executor.rs:473:10
[INFO] [stdout]     |
[INFO] [stdout] 428 |         let tracer = global::tracer("graphql");
[INFO] [stdout]     |             ------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `tracer` calls a custom destructor
[INFO] [stdout]     |             `tracer` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 473 |         .await
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout]     |          |
[INFO] [stdout]     |          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 474 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/error.rs:663:1
[INFO] [stdout]     |
[INFO] [stdout] 663 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `tracer` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/handler/src/shared_route_table.rs:69:39
[INFO] [stdout]     |
[INFO] [stdout]  67 | /             tokio::select! {
[INFO] [stdout]  68 | |                 _ = update_interval.tick() => {
[INFO] [stdout]  69 | |                     if let Err(err) = self.update().await {
[INFO] [stdout]     | |                                ---    ^^^^^^^^^^^^^^-----
[INFO] [stdout]     | |                                |      |             |
[INFO] [stdout]     | |                                |      |             this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     | |                                |      |             up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                                |      |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     | |                                |      |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                |      this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |                                |      up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                                |      `__awaitee` calls a custom destructor
[INFO] [stdout]     | |                                |      `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                `err` calls a custom destructor
[INFO] [stdout]     | |                                `err` will be dropped later as of Edition 2024
[INFO] [stdout]  70 | |                         tracing::error!(error = %err, "Failed to update schema.");
[INFO] [stdout] ...   |
[INFO] [stdout]  77 | |                                 let mut inner = self.inner.write().await;
[INFO] [stdout]     | |                                     ---------   ------------------------
[INFO] [stdout]     | |                                     |           |                  |
[INFO] [stdout]     | |                                     |           |                  this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     | |                                     |           |                  `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                     |           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     | |                                     |           `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                     `inner` calls a custom destructor
[INFO] [stdout]     | |                                     `inner` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout]  84 | |             }
[INFO] [stdout]     | |             -
[INFO] [stdout]     | |             |
[INFO] [stdout]     | |             `futures_init` calls a custom destructor
[INFO] [stdout]     | |             `futures_init` will be dropped later as of Edition 2024
[INFO] [stdout]     | |             `futures` calls a custom destructor
[INFO] [stdout]     | |_____________`futures` will be dropped later as of Edition 2024
[INFO] [stdout]     |               now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/error.rs:663:1
[INFO] [stdout]     |
[INFO] [stdout] 663 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/error.rs:663:1
[INFO] [stdout]     |
[INFO] [stdout] 663 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/error.rs:663:1
[INFO] [stdout]     |
[INFO] [stdout] 663 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `inner` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/sync/rwlock/write_guard.rs:444:1
[INFO] [stdout]     |
[INFO] [stdout] 444 | impl<'a, T: ?Sized> Drop for RwLockWriteGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/sync/rwlock/write_guard.rs:444:1
[INFO] [stdout]     |
[INFO] [stdout] 444 | impl<'a, T: ?Sized> Drop for RwLockWriteGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/handler/src/websocket/server.rs:85:33
[INFO] [stdout]     |
[INFO] [stdout]  85 | / ...                   async_stream::stream! {
[INFO] [stdout]  86 | | ...                       let builder = PlanBuilder::new(&schema, document).variables(payload.variables);
[INFO] [stdout]  87 | | ...                       let node = match builder.plan() {
[INFO] [stdout]  88 | | ...                           Ok(node) => node,
[INFO] [stdout] ...   |
[INFO] [stdout]  96 | | ...                       while let Some(item) = stream.next().await {
[INFO] [stdout]     | |                                                                -----
[INFO] [stdout]     | |                                                                |
[INFO] [stdout]     | |                                                                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     | |                                                                `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout]  99 | | ...                   }
[INFO] [stdout]     | |                       ^
[INFO] [stdout]     | |                       |
[INFO] [stdout]     | |                       this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     | |                       up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                       `__awaitee` calls a custom destructor
[INFO] [stdout]     | |_______________________`__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `async_stream::stream` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/handler/src/websocket/server.rs:96:60
[INFO] [stdout]     |
[INFO] [stdout]  85 | / ...                   async_stream::stream! {
[INFO] [stdout]  86 | | ...                       let builder = PlanBuilder::new(&schema, document).variables(payload.variables);
[INFO] [stdout]  87 | | ...                       let node = match builder.plan() {
[INFO] [stdout]  88 | | ...                           Ok(node) => node,
[INFO] [stdout] ...   |
[INFO] [stdout]  96 | | ...                       while let Some(item) = stream.next().await {
[INFO] [stdout]     | |                                                  ^^^^^^^^^^^^^^-----
[INFO] [stdout]     | |                                                  |             |
[INFO] [stdout]     | |                                                  |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     | |                                                  |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                                  this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     | |                                                  up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]  97 | | ...                           yield item;
[INFO] [stdout]  98 | | ...                       }
[INFO] [stdout]     | |                           - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]  99 | | ...                   }
[INFO] [stdout]     | |                       -
[INFO] [stdout]     | |                       |
[INFO] [stdout]     | |_______________________`__awaitee` calls a custom destructor
[INFO] [stdout]     |                         `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/handler/src/executor.rs:185:26
[INFO] [stdout]     |
[INFO] [stdout] 182 |                     let tracer = global::tracer("graphql");
[INFO] [stdout]     |                         ------
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         `tracer` calls a custom destructor
[INFO] [stdout]     |                         `tracer` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 185 |                         .await
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 186 |                 },
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `tracer` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/handler/src/executor.rs:282:38
[INFO] [stdout]     |
[INFO] [stdout] 282 |                 if let Some(value) = from.swap_remove(&key) {
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                      up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 283 |                     let name = Name::new(&key[prefix.len()..]);
[INFO] [stdout] 284 |                     res.insert(name, value);
[INFO] [stdout]     |                     -----------------------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                     `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 285 |                 }
[INFO] [stdout] 286 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/handler/src/fetcher.rs:62:19
[INFO] [stdout]     |
[INFO] [stdout]  54 | #[async_trait::async_trait]
[INFO] [stdout]     |                           - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  58 |         let (tx, mut rx) = mpsc::unbounded_channel();
[INFO] [stdout]     |                  ------
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  `rx` calls a custom destructor
[INFO] [stdout]     |                  `rx` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  62 |         rx.recv().await.ok_or_else(|| anyhow::anyhow!("Connection closed."))
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> crates/handler/src/websocket/grouped_stream.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 67 |             match stream.poll_next_unpin(cx) {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |                   up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 71 |                     self.streams.remove(&key);
[INFO] [stdout]    |                     -------------------------
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                     `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 76 |         }
[INFO] [stdout]    |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking graphgate v0.7.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating crates/handler/tests/multiple_queries_test.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/handler/src/executor.rs:151:25
[INFO] [stdout]     |
[INFO] [stdout] 151 | /                         async_stream::stream! {
[INFO] [stdout] 152 | |                             while let Some(response) = stream.recv().await {
[INFO] [stdout]     | |                                                        -------------------
[INFO] [stdout]     | |                                                        |             |
[INFO] [stdout]     | |                                                        |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     | |                                                        |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                                        `__awaitee` calls a custom destructor
[INFO] [stdout]     | |                                                        `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] 153 | |                                 if let Some(flatten_node) = flatten_node {
[INFO] [stdout] 154 | |                                     *self.resp.lock().await = response;
[INFO] [stdout]     | |                                      ----------------------
[INFO] [stdout]     | |                                      |                |
[INFO] [stdout]     | |                                      |                this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |                                      |                `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                      this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     | |                                      `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                      this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     | |                                      `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 157 | |                                     self.execute_node(&fetcher, flatten_node).with_context(cx).await;
[INFO] [stdout]     | |                                     ----------------------------------------------------------------
[INFO] [stdout]     | |                                     |
[INFO] [stdout]     | |                                     this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     | |                                     `#5` will be dropped later as of Edition 2024
[INFO] [stdout] 158 | |
[INFO] [stdout] 159 | |                                     yield std::mem::take(&mut *self.resp.lock().await);
[INFO] [stdout]     | |                                                                ----------------------
[INFO] [stdout]     | |                                                                |                |
[INFO] [stdout]     | |                                                                |                this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     | |                                                                |                up until Edition 2021 `#12` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                                                                |                this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     | |                                                                |                `#7` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                                                this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     | |                                                                up until Edition 2021 `#11` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                                                                this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     | |                                                                `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 164 | |                         }
[INFO] [stdout]     | |                         ^
[INFO] [stdout]     | |                         |
[INFO] [stdout]     | |                         this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     | |                         up until Edition 2021 `#10` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                         this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     | |                         `#8` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                         this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     | |_________________________`#9` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/sync/mutex.rs:963:1
[INFO] [stdout]     |
[INFO] [stdout] 963 | impl<T: ?Sized> Drop for MutexGuard<'_, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/sync/mutex.rs:963:1
[INFO] [stdout]     |
[INFO] [stdout] 963 | impl<T: ?Sized> Drop for MutexGuard<'_, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/sync/mutex.rs:963:1
[INFO] [stdout]     |
[INFO] [stdout] 963 | impl<T: ?Sized> Drop for MutexGuard<'_, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/sync/mutex.rs:963:1
[INFO] [stdout]     |
[INFO] [stdout] 963 | impl<T: ?Sized> Drop for MutexGuard<'_, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `async_stream::stream` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/handler/src/executor.rs:151:25
[INFO] [stdout]     |
[INFO] [stdout] 151 | /                         async_stream::stream! {
[INFO] [stdout] 152 | |                             while let Some(response) = stream.recv().await {
[INFO] [stdout]     | |                                                        -------------------
[INFO] [stdout]     | |                                                        |             |
[INFO] [stdout]     | |                                                        |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     | |                                                        |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                                        `__awaitee` calls a custom destructor
[INFO] [stdout]     | |                                                        `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] 153 | |                                 if let Some(flatten_node) = flatten_node {
[INFO] [stdout] 154 | |                                     *self.resp.lock().await = response;
[INFO] [stdout]     | |                                      ----------------------
[INFO] [stdout]     | |                                      |                |
[INFO] [stdout]     | |                                      |                this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |                                      |                `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                      this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     | |                                      `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                      this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     | |                                      `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 157 | |                                     self.execute_node(&fetcher, flatten_node).with_context(cx).await;
[INFO] [stdout]     | |                                     ----------------------------------------------------------------
[INFO] [stdout]     | |                                     |
[INFO] [stdout]     | |                                     this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     | |                                     `#5` will be dropped later as of Edition 2024
[INFO] [stdout] 158 | |
[INFO] [stdout] 159 | |                                     yield std::mem::take(&mut *self.resp.lock().await);
[INFO] [stdout]     | |                                                                ----------------------
[INFO] [stdout]     | |                                                                |                |
[INFO] [stdout]     | |                                                                |                this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     | |                                                                |                `#7` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                                                this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     | |                                                                `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 164 | |                         }
[INFO] [stdout]     | |                         ^
[INFO] [stdout]     | |                         |
[INFO] [stdout]     | |                         this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     | |                         up until Edition 2021 `#10` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                         this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     | |                         `#8` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                         this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     | |_________________________`#9` will be dropped later as of Edition 2024
[INFO] [stdout]     |                           now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/sync/mutex.rs:963:1
[INFO] [stdout]     |
[INFO] [stdout] 963 | impl<T: ?Sized> Drop for MutexGuard<'_, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/sync/mutex.rs:963:1
[INFO] [stdout]     |
[INFO] [stdout] 963 | impl<T: ?Sized> Drop for MutexGuard<'_, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/sync/mutex.rs:963:1
[INFO] [stdout]     |
[INFO] [stdout] 963 | impl<T: ?Sized> Drop for MutexGuard<'_, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `async_stream::stream` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/handler/src/executor.rs:152:56
[INFO] [stdout]     |
[INFO] [stdout] 151 | /                         async_stream::stream! {
[INFO] [stdout] 152 | |                             while let Some(response) = stream.recv().await {
[INFO] [stdout]     | |                                                        ^^^^^^^^^^^^^^-----
[INFO] [stdout]     | |                                                        |             |
[INFO] [stdout]     | |                                                        |             this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     | |                                                        |             up until Edition 2021 `#12` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                                                        |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     | |                                                        |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                                        this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     | |                                                        up until Edition 2021 `#11` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                                                        `__awaitee` calls a custom destructor
[INFO] [stdout]     | |                                                        `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] 153 | |                                 if let Some(flatten_node) = flatten_node {
[INFO] [stdout] 154 | |                                     *self.resp.lock().await = response;
[INFO] [stdout]     | |                                      ----------------------   --------
[INFO] [stdout]     | |                                      |                |       |
[INFO] [stdout]     | |                                      |                |       this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     | |                                      |                |       `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                      |                this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     | |                                      |                `#5` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                      this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     | |                                      `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                      this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |                                      `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 157 | |                                     self.execute_node(&fetcher, flatten_node).with_context(cx).await;
[INFO] [stdout]     | |                                     ----------------------------------------------------------------
[INFO] [stdout]     | |                                     |
[INFO] [stdout]     | |                                     this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     | |                                     `#6` will be dropped later as of Edition 2024
[INFO] [stdout] 158 | |
[INFO] [stdout] 159 | |                                     yield std::mem::take(&mut *self.resp.lock().await);
[INFO] [stdout]     | |                                                                ----------------------
[INFO] [stdout]     | |                                                                |                |
[INFO] [stdout]     | |                                                                |                this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     | |                                                                |                `#8` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                                                this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     | |                                                                `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 163 | |                             }
[INFO] [stdout]     | |                             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] 164 | |                         }
[INFO] [stdout]     | |                         -
[INFO] [stdout]     | |                         |
[INFO] [stdout]     | |                         this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     | |                         `#9` will be dropped later as of Edition 2024
[INFO] [stdout]     | |_________________________this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                           `#10` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/sync/mutex.rs:963:1
[INFO] [stdout]     |
[INFO] [stdout] 963 | impl<T: ?Sized> Drop for MutexGuard<'_, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/sync/mutex.rs:963:1
[INFO] [stdout]     |
[INFO] [stdout] 963 | impl<T: ?Sized> Drop for MutexGuard<'_, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#6` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/sync/mutex.rs:963:1
[INFO] [stdout]     |
[INFO] [stdout] 963 | impl<T: ?Sized> Drop for MutexGuard<'_, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/handler/src/executor.rs:124:26
[INFO] [stdout]     |
[INFO] [stdout] 101 |                         let (tx, rx) = mpsc::unbounded_channel();
[INFO] [stdout]     |                              --
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              `tx` calls a custom destructor
[INFO] [stdout]     |                              `tx` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 124 |                         .await
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 144 |                     }
[INFO] [stdout]     |                     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/error.rs:663:1
[INFO] [stdout]     |
[INFO] [stdout] 663 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/mod.rs:575:1
[INFO] [stdout]     |
[INFO] [stdout] 575 | impl<Fut> Drop for FuturesUnordered<Fut> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `tx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/handler/src/executor.rs:124:26
[INFO] [stdout]     |
[INFO] [stdout] 101 |                         let (tx, rx) = mpsc::unbounded_channel();
[INFO] [stdout]     |                              --  --
[INFO] [stdout]     |                              |   |
[INFO] [stdout]     |                              |   `rx` calls a custom destructor
[INFO] [stdout]     |                              |   `rx` will be dropped later as of Edition 2024
[INFO] [stdout]     |                              `tx` calls a custom destructor
[INFO] [stdout]     |                              `tx` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 124 |                         .await
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 144 |                     }
[INFO] [stdout]     |                     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/error.rs:663:1
[INFO] [stdout]     |
[INFO] [stdout] 663 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/stream/futures_unordered/mod.rs:575:1
[INFO] [stdout]     |
[INFO] [stdout] 575 | impl<Fut> Drop for FuturesUnordered<Fut> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `tx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/sync/mpsc/chan.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | impl<T, S> Drop for Tx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/handler/src/executor.rs:252:10
[INFO] [stdout]     |
[INFO] [stdout] 218 |         let tracer = global::tracer("graphql");
[INFO] [stdout]     |             ------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `tracer` calls a custom destructor
[INFO] [stdout]     |             `tracer` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 252 |         .await
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout]     |          |
[INFO] [stdout]     |          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 253 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/error.rs:663:1
[INFO] [stdout]     |
[INFO] [stdout] 663 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `tracer` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/handler/src/executor.rs:473:10
[INFO] [stdout]     |
[INFO] [stdout] 428 |         let tracer = global::tracer("graphql");
[INFO] [stdout]     |             ------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `tracer` calls a custom destructor
[INFO] [stdout]     |             `tracer` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 473 |         .await
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout]     |          |
[INFO] [stdout]     |          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 474 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/error.rs:663:1
[INFO] [stdout]     |
[INFO] [stdout] 663 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `tracer` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/handler/src/shared_route_table.rs:69:39
[INFO] [stdout]     |
[INFO] [stdout]  67 | /             tokio::select! {
[INFO] [stdout]  68 | |                 _ = update_interval.tick() => {
[INFO] [stdout]  69 | |                     if let Err(err) = self.update().await {
[INFO] [stdout]     | |                                ---    ^^^^^^^^^^^^^^-----
[INFO] [stdout]     | |                                |      |             |
[INFO] [stdout]     | |                                |      |             this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     | |                                |      |             up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                                |      |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     | |                                |      |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                |      this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |                                |      up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                                |      `__awaitee` calls a custom destructor
[INFO] [stdout]     | |                                |      `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                `err` calls a custom destructor
[INFO] [stdout]     | |                                `err` will be dropped later as of Edition 2024
[INFO] [stdout]  70 | |                         tracing::error!(error = %err, "Failed to update schema.");
[INFO] [stdout] ...   |
[INFO] [stdout]  77 | |                                 let mut inner = self.inner.write().await;
[INFO] [stdout]     | |                                     ---------   ------------------------
[INFO] [stdout]     | |                                     |           |                  |
[INFO] [stdout]     | |                                     |           |                  this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     | |                                     |           |                  `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                     |           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     | |                                     |           `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                     `inner` calls a custom destructor
[INFO] [stdout]     | |                                     `inner` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout]  84 | |             }
[INFO] [stdout]     | |             -
[INFO] [stdout]     | |             |
[INFO] [stdout]     | |             `futures_init` calls a custom destructor
[INFO] [stdout]     | |             `futures_init` will be dropped later as of Edition 2024
[INFO] [stdout]     | |             `futures` calls a custom destructor
[INFO] [stdout]     | |_____________`futures` will be dropped later as of Edition 2024
[INFO] [stdout]     |               now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/error.rs:663:1
[INFO] [stdout]     |
[INFO] [stdout] 663 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/error.rs:663:1
[INFO] [stdout]     |
[INFO] [stdout] 663 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `err` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/error.rs:663:1
[INFO] [stdout]     |
[INFO] [stdout] 663 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `inner` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/sync/rwlock/write_guard.rs:444:1
[INFO] [stdout]     |
[INFO] [stdout] 444 | impl<'a, T: ?Sized> Drop for RwLockWriteGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/sync/rwlock/write_guard.rs:444:1
[INFO] [stdout]     |
[INFO] [stdout] 444 | impl<'a, T: ?Sized> Drop for RwLockWriteGuard<'a, T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/handler/src/websocket/server.rs:85:33
[INFO] [stdout]     |
[INFO] [stdout]  85 | / ...                   async_stream::stream! {
[INFO] [stdout]  86 | | ...                       let builder = PlanBuilder::new(&schema, document).variables(payload.variables);
[INFO] [stdout]  87 | | ...                       let node = match builder.plan() {
[INFO] [stdout]  88 | | ...                           Ok(node) => node,
[INFO] [stdout] ...   |
[INFO] [stdout]  96 | | ...                       while let Some(item) = stream.next().await {
[INFO] [stdout]     | |                                                                -----
[INFO] [stdout]     | |                                                                |
[INFO] [stdout]     | |                                                                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     | |                                                                `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout]  99 | | ...                   }
[INFO] [stdout]     | |                       ^
[INFO] [stdout]     | |                       |
[INFO] [stdout]     | |                       this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     | |                       up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |                       `__awaitee` calls a custom destructor
[INFO] [stdout]     | |_______________________`__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `async_stream::stream` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/handler/src/websocket/server.rs:96:60
[INFO] [stdout]     |
[INFO] [stdout]  85 | / ...                   async_stream::stream! {
[INFO] [stdout]  86 | | ...                       let builder = PlanBuilder::new(&schema, document).variables(payload.variables);
[INFO] [stdout]  87 | | ...                       let node = match builder.plan() {
[INFO] [stdout]  88 | | ...                           Ok(node) => node,
[INFO] [stdout] ...   |
[INFO] [stdout]  96 | | ...                       while let Some(item) = stream.next().await {
[INFO] [stdout]     | |                                                  ^^^^^^^^^^^^^^-----
[INFO] [stdout]     | |                                                  |             |
[INFO] [stdout]     | |                                                  |             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     | |                                                  |             `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                                                  this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     | |                                                  up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]  97 | | ...                           yield item;
[INFO] [stdout]  98 | | ...                       }
[INFO] [stdout]     | |                           - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]  99 | | ...                   }
[INFO] [stdout]     | |                       -
[INFO] [stdout]     | |                       |
[INFO] [stdout]     | |_______________________`__awaitee` calls a custom destructor
[INFO] [stdout]     |                         `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/handler/src/executor.rs:185:26
[INFO] [stdout]     |
[INFO] [stdout] 182 |                     let tracer = global::tracer("graphql");
[INFO] [stdout]     |                         ------
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         `tracer` calls a custom destructor
[INFO] [stdout]     |                         `tracer` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 185 |                         .await
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 186 |                 },
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `tracer` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/handler/src/executor.rs:282:38
[INFO] [stdout]     |
[INFO] [stdout] 282 |                 if let Some(value) = from.swap_remove(&key) {
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                      up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 283 |                     let name = Name::new(&key[prefix.len()..]);
[INFO] [stdout] 284 |                     res.insert(name, value);
[INFO] [stdout]     |                     -----------------------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                     `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 285 |                 }
[INFO] [stdout] 286 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/bytes.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/handler/src/fetcher.rs:62:19
[INFO] [stdout]     |
[INFO] [stdout]  54 | #[async_trait::async_trait]
[INFO] [stdout]     |                           - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  58 |         let (tx, mut rx) = mpsc::unbounded_channel();
[INFO] [stdout]     |                  ------
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  `rx` calls a custom destructor
[INFO] [stdout]     |                  `rx` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  62 |         rx.recv().await.ok_or_else(|| anyhow::anyhow!("Connection closed."))
[INFO] [stdout]     |                   ^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                   up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `rx` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/sync/mpsc/chan.rs:485:1
[INFO] [stdout]     |
[INFO] [stdout] 485 | impl<T, S: Semaphore> Drop for Rx<T, S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> crates/handler/src/websocket/grouped_stream.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 67 |             match stream.poll_next_unpin(cx) {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |                   up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 71 |                     self.streams.remove(&key);
[INFO] [stdout]    |                     -------------------------
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                     `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 76 |         }
[INFO] [stdout]    |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/config.rs (26 fixes)
[INFO] [stderr]    Migrating examples/accounts.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed examples/accounts.rs (1 fix)
[INFO] [stderr]    Migrating examples/reviews.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> examples/accounts.rs:43:9
[INFO] [stdout]     |
[INFO] [stdout]  43 | /         async_stream::stream! {
[INFO] [stdout]  44 | |             loop {
[INFO] [stdout]  45 | |                 tokio::time::sleep(Duration::from_secs(fastrand::u64(1..3))).await;
[INFO] [stdout]     | |                 ------------------------------------------------------------------
[INFO] [stdout]     | |                 |
[INFO] [stdout]     | |                 `__awaitee` calls a custom destructor
[INFO] [stdout]     | |                 `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]  46 | |                 yield User { id: "1234".into(), username: "Me".to_string() };
[INFO] [stdout]  47 | |             }
[INFO] [stdout]  48 | |         }
[INFO] [stdout]     | |         ^
[INFO] [stdout]     | |         |
[INFO] [stdout]     | |         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     | |         up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     | |_________`#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |           now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/runtime/time/entry.rs:652:1
[INFO] [stdout]     |
[INFO] [stdout] 652 | impl Drop for TimerEntry {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `async_stream::stream` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed examples/reviews.rs (1 fix)
[INFO] [stderr]    Migrating crates/handler/tests/auth_test.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> examples/reviews.rs:84:9
[INFO] [stdout]     |
[INFO] [stdout]  84 | /         async_stream::stream! {
[INFO] [stdout]  85 | |             loop {
[INFO] [stdout]  86 | |                 tokio::time::sleep(Duration::from_secs(fastrand::u64(5..10))).await;
[INFO] [stdout]     | |                 -------------------------------------------------------------------
[INFO] [stdout]     | |                 |
[INFO] [stdout]     | |                 `__awaitee` calls a custom destructor
[INFO] [stdout]     | |                 `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]  87 | |                 yield Review {
[INFO] [stdout] ...   |
[INFO] [stdout]  95 | |         }
[INFO] [stdout]     | |         ^
[INFO] [stdout]     | |         |
[INFO] [stdout]     | |         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     | |         up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     | |_________`#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |           now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/runtime/time/entry.rs:652:1
[INFO] [stdout]     |
[INFO] [stdout] 652 | impl Drop for TimerEntry {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `async_stream::stream` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating examples/products.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed examples/products.rs (1 fix)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> examples/products.rs:36:9
[INFO] [stdout]     |
[INFO] [stdout]  36 | /         async_stream::stream! {
[INFO] [stdout]  37 | |             loop {
[INFO] [stdout]  38 | |                 tokio::time::sleep(Duration::from_secs(fastrand::u64(5..10))).await;
[INFO] [stdout]     | |                 -------------------------------------------------------------------
[INFO] [stdout]     | |                 |
[INFO] [stdout]     | |                 `__awaitee` calls a custom destructor
[INFO] [stdout]     | |                 `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]  39 | |                 yield Product {
[INFO] [stdout] ...   |
[INFO] [stdout]  45 | |         }
[INFO] [stdout]     | |         ^
[INFO] [stdout]     | |         |
[INFO] [stdout]     | |         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     | |         up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     | |_________`#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |           now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.0/src/runtime/time/entry.rs:652:1
[INFO] [stdout]     |
[INFO] [stdout] 652 | impl Drop for TimerEntry {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `async_stream::stream` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.43s
[INFO] [stderr] crater-edition-check: graphgate-handler v0.7.0 (/opt/rustwide/workdir/crates/handler) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: graphgate-planner v0.7.0 (/opt/rustwide/workdir/crates/planner) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: graphgate-schema v0.7.0 (/opt/rustwide/workdir/crates/schema) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: graphgate-validation v0.7.0 (/opt/rustwide/workdir/crates/validation) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: graphgate v0.7.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking graphgate-schema v0.7.0 (/opt/rustwide/workdir/crates/schema)
[INFO] [stderr]     Checking graphgate-validation v0.7.0 (/opt/rustwide/workdir/crates/validation)
[INFO] [stderr]     Checking graphgate-planner v0.7.0 (/opt/rustwide/workdir/crates/planner)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/planner/src/builder/plan_builder.rs:105:17
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub fn plan(&self) -> Result<RootNode, Response> {
[INFO] [stdout]     |                 ^^^^^            ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub fn plan(&self) -> Result<RootNode<'_>, Response> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/planner/src/builder/plan_builder.rs:105:17
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub fn plan(&self) -> Result<RootNode, Response> {
[INFO] [stdout]     |                 ^^^^^            ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub fn plan(&self) -> Result<RootNode<'_>, Response> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking graphgate-handler v0.7.0 (/opt/rustwide/workdir/crates/handler)
[INFO] [stderr]     Checking graphgate v0.7.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/config.rs:229:9
[INFO] [stdout]     |
[INFO] [stdout] 229 |         unsafe { std::env::set_var("CONFIG_FILE", "does_not_exist.toml") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/main.rs:1:11
[INFO] [stdout]     |
[INFO] [stdout]   1 | #![forbid(unsafe_code)]
[INFO] [stdout]     |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/config.rs:232:9
[INFO] [stdout]     |
[INFO] [stdout] 232 |         unsafe { std::env::set_var("FORWARD_HEADERS", "authorization,x-test") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/config.rs:248:9
[INFO] [stdout]     |
[INFO] [stdout] 248 |         unsafe { std::env::set_var("CONFIG_FILE", "does_not_exist.toml") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/config.rs:251:9
[INFO] [stdout]     |
[INFO] [stdout] 251 |         unsafe { std::env::set_var("AUTH_ENABLED", "true") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/config.rs:253:9
[INFO] [stdout]     |
[INFO] [stdout] 253 |         unsafe { std::env::set_var("AUTH_HEADER_NAME", "X-Authorization") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/config.rs:255:9
[INFO] [stdout]     |
[INFO] [stdout] 255 |         unsafe { std::env::set_var("AUTH_HEADER_PREFIX", "") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/config.rs:257:9
[INFO] [stdout]     |
[INFO] [stdout] 257 |         unsafe { std::env::set_var("AUTH_REQUIRED", "true") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/config.rs:259:9
[INFO] [stdout]     |
[INFO] [stdout] 259 |         unsafe { std::env::set_var("AUTH_JWKS", "https://test.tld/jwks.json") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/config.rs:274:9
[INFO] [stdout]     |
[INFO] [stdout] 274 |         unsafe { std::env::set_var("CONFIG_FILE", "does_not_exist.toml") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/config.rs:277:9
[INFO] [stdout]     |
[INFO] [stdout] 277 |         unsafe { std::env::set_var("SERVICE_TESTENV_NAME", "testenv") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/config.rs:279:9
[INFO] [stdout]     |
[INFO] [stdout] 279 |         unsafe { std::env::set_var("SERVICE_TESTENV_ADDR", "http://test.tld") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/config.rs:281:9
[INFO] [stdout]     |
[INFO] [stdout] 281 |         unsafe { std::env::set_var("SERVICE_TESTENV_TLS", "true") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/config.rs:283:9
[INFO] [stdout]     |
[INFO] [stdout] 283 |         unsafe { std::env::set_var("SERVICE_TESTENV_QUERY_PATH", "/graphql") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/config.rs:285:9
[INFO] [stdout]     |
[INFO] [stdout] 285 |         unsafe { std::env::set_var("SERVICE_TESTENV_SUBSCRIBE_PATH", "/graphql/subscribe") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/config.rs:287:9
[INFO] [stdout]     |
[INFO] [stdout] 287 |         unsafe { std::env::set_var("SERVICE_TESTENV_INTROSPECTION_PATH", "/graphql/introspection") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/config.rs:289:9
[INFO] [stdout]     |
[INFO] [stdout] 289 |         unsafe { std::env::set_var("SERVICE_TESTENV_WEBSOCKET_PATH", "/graphql/ws") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/config.rs:325:9
[INFO] [stdout]     |
[INFO] [stdout] 325 |         unsafe { std::env::set_var("CONFIG_FILE", tmpfile.path().display().to_string()) };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/config.rs:327:9
[INFO] [stdout]     |
[INFO] [stdout] 327 |         unsafe { std::env::set_var("BIND", "127.0.0.1:8000") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/config.rs:343:9
[INFO] [stdout]     |
[INFO] [stdout] 343 |         unsafe { std::env::remove_var("CONFIG_FILE") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/config.rs:345:9
[INFO] [stdout]     |
[INFO] [stdout] 345 |         unsafe { std::env::remove_var("BIND") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/config.rs:362:9
[INFO] [stdout]     |
[INFO] [stdout] 362 |         unsafe { std::env::set_var("CONFIG_FILE", tmpfile.path().display().to_string()) };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/config.rs:368:9
[INFO] [stdout]     |
[INFO] [stdout] 368 |         unsafe { std::env::remove_var("CONFIG_FILE") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/config.rs:385:9
[INFO] [stdout]     |
[INFO] [stdout] 385 |         unsafe { std::env::set_var("CONFIG_FILE", tmpfile.path().display().to_string()) };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/config.rs:387:9
[INFO] [stdout]     |
[INFO] [stdout] 387 |         unsafe { std::env::set_var("SERVICE_TESTOVERRIDE_ADDR", "127.0.0.1:8000") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/config.rs:397:9
[INFO] [stdout]     |
[INFO] [stdout] 397 |         unsafe { std::env::remove_var("CONFIG_FILE") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> src/config.rs:399:9
[INFO] [stdout]     |
[INFO] [stdout] 399 |         unsafe { std::env::remove_var("SERVICE_TESTOVERRIDE_ADDR") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `graphgate` (bin "graphgate" test) due to 26 previous errors
[INFO] running `Command { std: "docker" "inspect" "08b286064cdd1de283f4e5b7eb8da8f271fd3e49ba0307115c7996c6f6c3b386", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "08b286064cdd1de283f4e5b7eb8da8f271fd3e49ba0307115c7996c6f6c3b386", kill_on_drop: false }`
[INFO] [stdout] 08b286064cdd1de283f4e5b7eb8da8f271fd3e49ba0307115c7996c6f6c3b386
